GdPicture.NET.14 (COM - ActiveX)
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.IAnnotationManager / AddTextAnnot Method





In This Topic
AddTextAnnot Method (IAnnotationManager)
In This Topic
Syntax
'Declaration
 
<DispIdAttribute(17)>
Function AddTextAnnot( _
   ByVal Left As Single, _
   ByVal Top As Single, _
   ByVal Width As Single, _
   ByVal Height As Single, _
   ByVal Text As String _
) As AnnotationText
[DispId(17)]
AnnotationText AddTextAnnot( 
   float Left,
   float Top,
   float Width,
   float Height,
   string Text
)
function AddTextAnnot( 
    Left: Single;
    Top: Single;
    Width: Single;
    Height: Single;
    Text: String
): AnnotationText; 
DispIdAttribute(17)
function AddTextAnnot( 
   Left : float,
   Top : float,
   Width : float,
   Height : float,
   Text : String
) : AnnotationText;
[DispId(17)]
AnnotationText* AddTextAnnot( 
   float Left,
   float Top,
   float Width,
   float Height,
   string* Text
) 
[DispId(17)]
AnnotationText^ AddTextAnnot( 
   float Left,
   float Top,
   float Width,
   float Height,
   String^ Text
) 

Parameters

Left
Top
Width
Height
Text
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.IAnnotationManager
IAnnotationManager Members